comment obyalter                                         version 5.01
comment *************************************************************
comment * this TACL obey file provides a simple means to alter the  *
comment *  file codes for various objects in the MOMI subsystem.    *
comment *                                                           *
comment * after moving the objects from the PC to the Tandem,       *
comment *  simply obey this file from a TACL prompt.  note that     *
comment *  this file assumes the original names have been retained. *
comment *                                                           *
comment * file codes are as follows:                                *
comment *                                                           *
comment *   code           description                              *
comment *   ----           -----------                              *
comment *    700           32-bit code TNS/R                        *
comment *    800           32-bit code TNS/E                        *
comment *    500           32-bit code TNS/X                        *
comment *    845           pre-compiled EMS Filter                  *
comment *                                                           *
comment * an error will occur if the file is not present.           *
comment *                                                           *
comment * to use from a TACL prompt:                                *
comment *                                                           *
comment *    volume MOMI         (subvolume of MOMI files)          *
comment *    obey obyalter                                          *
comment *************************************************************

#frame

fup alter bwmomi ,code 700
fup alter bwmomii,code 800
fup alter bwmomix,code 500

fup alter emsexpo,code 845

#unframe
